home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / unix / next / next_tar.z / next_tar / NeXTStep / README
Text File  |  1995-02-27  |  1KB  |  33 lines

  1. Executables for NeXTStep machines are included in two subdirectories:
  2. 'intel' for NeXTStep systems based on Intel processors and 'm68k' for
  3. NeXT hardware based on the Motorola M680xx.  Sorry for not just making
  4. a fat binary, but I didn't have access to a system with fat support.
  5.  
  6. nsort and call assume that the database and index file are in the
  7. current directory.  Of course, you can use a symbolic link to get
  8. around fixed placement of the data.
  9.  
  10. Before using the call routine, the index file must be built and sorted
  11. using mknlist and nsort.  Note that an index file (for name searches)
  12. produced by one architecture (intel or m68k) is probably not
  13. compatible with the executables for the other architecture because of
  14. the big endian/little endian problem.
  15.  
  16. Here's one way to run the executables:
  17.  
  18. 1.  Make a directory on a read/write filesystem and copy the
  19.     executables for your architecture to that directory.
  20. 2.  Either copy callbook.db to the current directory or put
  21.     a symbolic link to the copy of it on the CD-ROM from the current 
  22.     directory.
  23. 3.  Run 'mknlist callbook.db'.
  24. 4.  Run 'nsort'.
  25.  
  26. The Intel versions were compiled under NeXTStep 3.2 and the Motorola
  27. versions were compiled under NeXTStep 3.0.
  28.  
  29. Benjy Cline, AC4XO
  30. benjy@vt.edu
  31.  
  32.  
  33.